home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / svgacc25.zip / SRC_CODE.TXT < prev    next >
Text File  |  1997-03-24  |  3KB  |  58 lines

  1. The complete assembly language source code for the SVGAxx libraries (SVGACC,
  2. SVGAPB, SVGAPV & SVGAQB all use the same code base) is available for license.
  3. See the files "ORDER.FRM" or "CHARGIT.FRM" for pricing information. When a
  4. source code license is purchased, you will receive a disk that contains the
  5. complete assembly language source code files, make files and batch files
  6. required to generate any of the SVGAxx graphics libraries. Please note that
  7. you will need additional programs to create a library. At a minimum this
  8. includes an assembler and a library manager. Our code was written to utilize
  9. the following with no modifications: Microsoft Macro Assembler Version (MASM)
  10. v6.00b, Microsoft Program Maintenance Utility (NMAKE) v1.20 and Microsoft
  11. Library Manager (LIB) v3.20. For PowerBASIC, the PowerBASIC Object/Unit
  12. Librarian version v3.00c is also required. Later versions of these utilities
  13. should work without any problem, however some modifications of the make files
  14. may be necessary. The source code is provided "as-is" and we are under no
  15. obligations to help you use this code with your assembler, compiler, linker
  16. and/or library manager.
  17.  
  18. To purchase a license you must purchase, or have purchased in the past, a
  19. version of the SVGAxx graphics library. You must also agree to the following
  20. source code license agreement. Please read it carefully. Purchasing a source
  21. code license constitutes your agreement to these terms.
  22.  
  23. License Agreement for the SVGAxx source code.
  24.  
  25. This License Agreement is a legal agreement between you and Zephyr Software
  26. for the SVGAxx source code (SOFTWARE).  By purchasing, installing, copying,
  27. or using the SOFTWARE, you agree to be bound to these terms.
  28.  
  29. The SOFTWARE is protected by copyright laws and international copyright
  30. treaties.  The SOFTWARE is licensed, not sold, and may not be rented or
  31. leased. United States Government Restricted Rights: Use, duplication or
  32. disclosure of this software and documentation by the U.S. Government is
  33. subject to the restrictions as set forth in subparagraph (c)(1)(ii) of the
  34. Rights in Technical Data and Computer Software clause at DFARS 252.227-7013.
  35. Contractor/manufacturer is Stephen L. Balkum and Daniel A. Sill, P.O. Box
  36. 7704, Austin, Texas 78713-7704.
  37.  
  38. You may modify, for purposes of designing, developing, and testing your
  39. Application, this SOFTWARE.  You may not distribute the SOFTWARE, or any
  40. modified version of the SOFTWARE, in source code form.
  41.  
  42. You may not modify or remove any copyright information in the SOFTWARE. This
  43. includes both comments and actual code.
  44.  
  45. You may reproduce and distribute the object code version of the SOFTWARE
  46. provided that it is distributed as part of your Application and your
  47. Application adds significant and primary functionality.
  48.  
  49. You also agree to indemnify, hold harmless, and defend Zephyr Software from
  50. and against any claims or lawsuits, including attorney's fees, that arise or
  51. result from the use or distribution of your Application. No warranties are
  52. expressed or implied.  In no event shall Zephyr Software, Stephen L. Balkum
  53. or Daniel A. will be held liable for damages resulting from the use or misuse
  54. of this product, including but not limited to implied warranties of fitness
  55. for a particular purpose.
  56.  
  57.  
  58.